home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / win / winbwin.h next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  156 b   |  11 lines

  1. #ifndef    _WIN_WINBWIN_H
  2. #define    _WIN_WINBWIN_H
  3.  
  4. #ifndef    _SIWIN_H
  5. #    include    <siwin.h>
  6. #endif
  7.  
  8. extern    int        win_dspBackFunc( WIN_T *basWin );
  9.  
  10. #endif
  11.